home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 4573 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.dseg.ti.com!news    
  2. From: bogus@go.away (Mike Neus)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: What the .HEX?!?
  5. Date: 25 Mar 1996 19:29:02 GMT
  6. Organization: Texas Instruments
  7. Message-ID: <4j6s5u$a4@mksrv1.dseg.ti.com>
  8. References: <Pine.SGI.3.91.960318072837.22107A-100000@heart.engr.csulb.edu>
  9. NNTP-Posting-Host: m_neus.dseg.ti.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <Pine.SGI.3.91.960318072837.22107A-100000@heart.engr.csulb.edu>, 
  15. dlegan@engr.csulb.edu says...
  16. >
  17. >While prowling around the Kermit.columbia.edu ftp site, I was investigating 
  18. >a Forth implimentation of Kermit, and found a file with .HEX extension,
  19. >apparently for the executable encoded in some form.
  20. >Does anyone have any idea what .HEX means in  relation to Commodore
  21. >computers  -   this file didn't seem to be following the format for
  22. >.HEX for CP/M, and it seemed to be character data, but not in 
  23. >UUencoded format.
  24.  
  25. I've seen this before from the Kermit site.  Unless things changed (very 
  26. possible in the last 8 or so years...) the .HEX file is MOS 65XX format.  
  27. Don't know how to best describe it, but this is the format you typically send 
  28. an EPROM programmer.  Each line contains an address, data, and a checksum.  
  29. Each CPU vendor (at least 8 bit CPUs) have their own format for doing this.  
  30. Why?  I dono.  This is also the same format that the Commodore Macro 
  31. Assembler spits out.  You can load it with one of the "loader" files that 
  32. comes with the package...but it is the same as the Kermit executable found at 
  33. the same site.
  34.  
  35. -Mike Neus
  36.  
  37.